Vcenter NamespaceManagement Networks Edges HAProxyConfig

Vcenter NamespaceManagement Networks Edges HAProxyConfig
Vcenter NamespaceManagement Networks Edges HAProxyConfig

This schema is deprecated as of vSphere API 9.0.0.0.

Vcenter NamespaceManagement Networks Edges HAProxyConfig schema describes configuration for the HAProxy Load Balancer.

This schema was added in vSphere API 8.0.0.1.

JSON Example
{
    "servers": [
        {
            "host": "string",
            "port": 0
        }
    ],
    "username": "string",
    "password": "string",
    "certificate_authority_chain": "string"
}
servers
Required

This property is deprecated as of vSphere API 9.0.0.0.

Vcenter NamespaceManagement Networks Edges HAProxyConfig.servers is a list of the addresses for the data plane API servers used to configure Virtual Servers.

This property was added in vSphere API 8.0.0.1.

string
username
Required

This property is deprecated as of vSphere API 9.0.0.0.

Vcenter NamespaceManagement Networks Edges HAProxyConfig.username is used by the HAProxy Kubernetes Operator to program the HAProxy Controller.

This property was added in vSphere API 8.0.0.1.

string As password As password
password
Required

This property is deprecated as of vSphere API 9.0.0.0.

Vcenter NamespaceManagement Networks Edges HAProxyConfig.password secures the Vcenter NamespaceManagement Networks Edges HAProxyConfig.username.

This property was added in vSphere API 8.0.0.1.

string
certificate_authority_chain
Required

This property is deprecated as of vSphere API 9.0.0.0.

Vcenter NamespaceManagement Networks Edges HAProxyConfig.certificate_authority_chain contains PEM-encoded CA chain which is used to verify x509 certificates received from the server.

This property was added in vSphere API 8.0.0.1.

Deprecated